github.com/andybalholm/brotli/matchfinder.ZDFast.table (field)

10 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		zdfast.go#L21: 	table     [zfastTableSize]tableEntry
		zdfast.go#L27: 	z.table = [zfastTableSize]tableEntry{}
		zdfast.go#L40: 		for i := range z.table {
		zdfast.go#L41: 			v := z.table[i].offset
		zdfast.go#L47: 			z.table[i].offset = v
		zdfast.go#L102: 			candidateS := z.table[nextHashS]
		zdfast.go#L108: 			z.table[nextHashS] = entry
		zdfast.go#L214: 		z.table[z.hashShort(cv0)] = te0
		zdfast.go#L215: 		z.table[z.hashShort(cv1)] = te1
		zdfast.go#L227: 			z.table[nextHashS] = entry